home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Scorpio / Horoscope Companion: Scorpio.iso / pc / scorpio / hab.dir / sun signs_2.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  418 b   |  24 lines

  1. on startRollover whichSprite
  2.   hStartSunSignRolloverAction(whichSprite, "2")
  3. end
  4.  
  5. on mouseDown
  6.   if hSunSignButtonAction("2") then
  7.     mouseUp()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global gSunSignSprite
  13.   cursor(4)
  14.   hCheckCurrentFrameLabel()
  15.   hDefaultScrollText()
  16.   puppetSprite(the clickOn, 0)
  17.   puppetSprite(gSunSignSprite, 0)
  18.   play frame "AB2"
  19. end
  20.  
  21. on endRollover whichSprite
  22.   hEndSunSignRolloverAction(whichSprite)
  23. end
  24.